Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XS✔ ◾ Fetch Depth Docs #543

Merged
merged 3 commits into from
Sep 23, 2024
Merged

Conversation

muiriswoulfe
Copy link
Member

@muiriswoulfe muiriswoulfe commented Sep 18, 2024

Summary

This change includes updates to the documentation to provide guidance on handling Git history during checkout in Azure Pipelines. The changes are primarily focused on ensuring users understand how to fetch the necessary Git history and avoid issues related to non-linear history.

This addresses #542.

Documentation Updates:

  • README.md: Added a new section on Git History, explaining the need to fetch Git history during checkout and providing instructions on how to update the actions/checkout step.
  • docs/azure-pipelines-task.md: Added a similar section on Git History, detailing how to fetch Git history during checkout in Azure Pipelines and providing alternatives for classic pipelines.

@muiriswoulfe muiriswoulfe added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 18, 2024
@muiriswoulfe muiriswoulfe self-assigned this Sep 18, 2024
@muiriswoulfe muiriswoulfe requested a review from a team as a code owner September 18, 2024 16:27
Copy link
Contributor

github-actions bot commented Sep 18, 2024

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code -
Test Code -
Subtotal -
Ignored Code 48
Total 48

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions bot changed the title Initial commit XS✔ ◾ Initial commit Sep 18, 2024
@muiriswoulfe muiriswoulfe changed the title XS✔ ◾ Initial commit XS✔ ◾ Fetch Depth Docs Sep 18, 2024
@muiriswoulfe muiriswoulfe linked an issue Sep 18, 2024 that may be closed by this pull request
@muiriswoulfe muiriswoulfe enabled auto-merge (squash) September 18, 2024 18:15
K-Cully
K-Cully previously approved these changes Sep 23, 2024
@muiriswoulfe muiriswoulfe merged commit 6a76430 into main Sep 23, 2024
28 checks passed
@muiriswoulfe muiriswoulfe deleted the muiriswoulfe/fetch-depth-docs branch September 23, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkout action requirement is missing from the docs
2 participants